Searched defs:nocase (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/ksh93/edit/ |
H A D | completion.c | 65 static int charcmp(int a, int b, int nocase) argument 67 if(nocase) 82 static char *overlaid(register char *str,register const char *newstr,int nocase) argument 85 while((c= *(unsigned char *)str) && ((d= *(unsigned char*)newstr++),charcmp(c,d,nocase))) 304 int nocase=0,narg,cmd_completion=0; local 370 nocase = (strchr(saveout,'c')!=0); 420 out = overlaid(begin,path_basename(*com++),nocase); 422 out = overlaid(begin,*com++,nocase);
|
Completed in 11 milliseconds