Lines Matching refs:short2str
84 label.bname = short2str(cp); in isbfunc()
90 backgnd.bname = short2str(cp); in isbfunc()
93 foregnd.bname = short2str(cp); in isbfunc()
267 setname(short2str(p)); in doalias()
364 setname(short2str(STRthen)); in doif()
992 setname(short2str(Sgoal)); in histgetword()
1095 setname(short2str(Sgoal)); in getword()
1504 t = short2str(lp); in dosetenv()
1723 cname = strsave(short2str(name)); in tsetenv()
1724 setenv(cname, short2str(val), 1); in tsetenv()
2098 f = atof(short2str(cp)); in getval()
2122 return f == 0.0 ? (RLIM_TYPE) 0 : restrict_limit((f * 60.0 + atof(short2str(cp + 1)))); in getval()
2673 catalog = xasprintf("tcsh.%s", short2str(varval(STRcatalog)));