Searched defs:rest (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libvcodex/ |
H A D | vcalias.c | 194 char *args, *rest, name[1024]; local 226 if(!(rest = vcsubstring(alias->value, VC_METHSEP, meth, mtsz, 0)) ) 231 r = strlen(rest); 239 if(r > 0) /* copy the rest of the alias */ 241 strcpy(meth+n+1+a+1, rest);
|
/ast/src/lib/libtk/generic/ |
H A D | tkWindow.c | 166 static int rest = 0; variable 181 {"--", TK_ARGV_REST, (char *) 1, (char *) &rest, 362 * Separate the screen number from the rest of the display
|
Completed in 21 milliseconds