Searched refs:newstr (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/edit/
H A Dcompletion.c78 * overwrites <str> to common prefix of <str> and <newstr>
79 * if <str> is equal to <newstr> returns <str>+strlen(<str>)+1
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)))
89 else if(*newstr==0)
/ast/src/cmd/ie/
H A Dedit.c900 static char *overlay(str,newstr)
901 register char *str,*newstr;
903 while(*str && *str == *newstr++)
/ast/src/cmd/mam/
H A Dshmam.awk505 newstr=cdep[tar] " " arr[jj]
506 cdep[tar] = newstr

Completed in 15 milliseconds