Searched defs:which (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/re/ |
H A D | testfnmatch.c | 185 char* which; member in struct:__anon209 273 printf(" %s %s", state.which, comment); 859 state.which = "SRE"; 865 state.which = "KRE"; 873 printf("test %-3d %s \"%s\" \"%s\"\n", state.lineno, state.which, re, s);
|
H A D | testmatch.c | 214 char* which; member in struct:__anon213 302 printf(" %s", state.which); 997 state.which = "SRE"; 1002 state.which = "KRE"; 1008 printf("test %-3d %s \"%s\" \"%s\"\n", state.lineno, state.which, re, s);
|
H A D | testglob.c | 276 char* which; member in struct:__anon211 344 printf(" %s %s", state.which, comment); 930 state.which = "SRE"; 938 state.which = "KRE";
|
H A D | testregex.c | 566 char* which; member in struct:__anon216 676 if (state.which) 677 printf(" %s", state.which); 1858 state.which = "BRE"; 1867 state.which = "ERE"; 1876 state.which = "ARE"; 1885 state.which = "LRE"; 1894 state.which = "SRE"; 1902 state.which = "KRE"; 1914 printf("test %-3d %s ", state.lineno, state.which); [all...] |
/ast/src/cmd/ksh93/sh/ |
H A D | nvdisc.c | 1464 const Namdisc_t *nv_discfun(int which) argument 1466 switch(which)
|
Completed in 55 milliseconds