Searched refs:whichstring (Results 1 – 2 of 2) sorted by relevance
260 setup(int *string, const char *arg, int whichstring, int cflag) in setup() argument266 str = str_create(whichstring, arg); in setup()
72 str_create(int whichstring, const char *txt) in str_create() argument81 s->which = whichstring == 2 ? STRING2 : STRING1; in str_create()