Home
last modified time | relevance | path

Searched refs:STRNULL (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtc.prompt.c352 if ((z = varval(STRcwd)) == STRNULL) in tprintf()
468 if ((z = varval(STRuser)) != STRNULL) in tprintf()
474 if ((z = varval(STReuser)) != STRNULL) in tprintf()
488 if ((z = varval(STRtty)) != STRNULL) in tprintf()
556 if ((z = varval(STRstatus)) != STRNULL) in tprintf()
H A Dtc.func.c207 (void) t_search(&word, LIST, TW_ZERO, 0, STRNULL, 0); in dolist()
241 vp->vec[0] != STRNULL) { in dolist()
260 cmd.word = STRNULL; in dolist()
336 print_by_column(STRNULL, &v[i], k - i, FALSE); in dolist()
350 print_by_column(STRNULL, &v[i], k - i, FALSE); in dolist()
369 (void) t_search(&buf, LIST, TW_ZERO, 0, STRNULL, 0); in dolist()
378 print_by_column(STRNULL, &v[i], k - i, FALSE); in dolist()
451 lexp[0].word = STRNULL; in cmd_expand()
759 if ((safs = varval(STRafsuser)) != STRNULL) in auto_lock()
937 if (vp == STRNULL) { in period_cmd()
[all …]
H A Dsh.dir.c152 cp = dcanon(tcp, STRNULL); in dinit()
155 cp = dcanon(tcp, STRNULL); in dinit()
311 d->di_name = dcanon_internal(d->di_name, STRNULL); in dtilde()
498 else if ((cp = varval(STRhome)) == STRNULL || *cp == 0) in dochngd()
706 if ((cp = varval(STRhome)) == STRNULL || *cp == 0) in dopushd()
907 if (p1 == STRNULL || !ABSOLUTEP(p1)) { in dcanon_internal()
1344 else if ((fname = varval(STRdirsfile)) != STRNULL) in loaddirs()
1375 if ((fname = varval(STRdirsfile)) == STRNULL) in recdirs()
1390 if ((snum = varval(STRsavedirs)) == STRNULL || snum[0] == '\0') in recdirs()
H A Dtc.sched.c81 if ((fmt = varval(STRsched)) == STRNULL) in dosched()
216 cmd.word = STRNULL; in sched_run()
H A Dtw.parse.c159 Char qu = 0, *pat = STRNULL; in tenematch()
296 slshp = STRNULL; in tenematch()
312 if (slshp != STRNULL) in tenematch()
397 print_by_column(STRNULL, ptr, count, 0); in tenematch()
954 if ((ptr = varval(STRlistflags)) != STRNULL) in tw_collect_items()
1412 if ((ptr = varval(STRlistmax)) != STRNULL) { in tw_list_items()
1426 if (max_items == 0 && (ptr = varval(STRlistmaxrows)) != STRNULL) { in tw_list_items()
1481 print_by_column(STRNULL, tw_item_get(), numitems, TRUE); in tw_list_items()
2168 across = ((val = varval(STRlistflags)) != STRNULL) && in print_by_column()
H A Dtc.str.c456 s = STRNULL;
470 cp = STRNULL;
472 dp = STRNULL;
H A Dsh.hist.c940 if ((dp = varval(STRhistdup)) != STRNULL) { in enthist()
1250 if (((snum = varval(STRsavehist)) == STRNULL) && in rechist()
1251 ((snum = varval(STRhistory)) == STRNULL)) in rechist()
1256 if ((fname = varval(STRhistfile)) == STRNULL) in rechist()
1362 else if ((fname = varval(STRhistfile)) != STRNULL) in loadhist()
H A Dsh.exp.c572 return (Strsave(STRNULL)); in exp6()
586 return (Strsave(STRNULL)); in exp6()
679 return (Strsave(STRNULL)); in filetest()
H A Dsh.lex.c157 hp->word = STRNULL; in lex()
264 vp->word = STRNULL; in initlex()
929 while (didone && tword != STRNULL) { in dosub()
1067 return (Strsave(type == 'e' ? STRNULL : cp)); in domod()
H A Dsh.set.c587 return (STRNULL); in value1()
591 STRNULL : vp->vec[0]); in value1()
897 setcopy(varName, STRNULL, VAR_READWRITE); in setNS()
H A Dsh.dol.c144 Dcp = STRNULL; /* Setup input vector for Dreadc */ in Dfix2()
899 dolp = STRNULL; in setDolp()
H A Dsh.c357 setcopy(STRanyerror, STRNULL, VAR_READWRITE); in main()
958 tsetenv(cp, STRNULL); in main()
2355 if ((h = varval(STRhome)) != STRNULL) in gethdir()
H A Dsh.func.c459 cp = **v == ')' ? STRNULL : *v++; in doswitch()
772 ohistent->word = STRNULL; in search()
1403 lp = STRNULL; in dosetenv()
1570 if ((eq(lp, STRNULL) && (eq(vp, STRLINES) || eq(vp, STRCOLUMNS))) || in dosetenv()
H A Dtc.const.c58 Char STRNULL[] = { '\0' }; variable
H A Ded.xmap.c441 cs.buf = STRNULL; in PrintXkey()
H A Ded.inputl.c399 if (autoexpand != STRNULL) in Inputl()
H A Dtw.init.c345 static Char *defpath[] = { STRNULL, 0 }; in tw_cmd_start()
H A Dsh.glob.c523 return (Strsave(STRNULL)); in globone()
H A Dsh.sem.c106 if ((varval(STRNTslowexec) == STRNULL) && in execute()
H A Ded.refresh.c439 update_line(Display[cur_line], STRNULL, cur_line); in Refresh()
H A Dsh.exec.c138 static Char *justabs[] = {STRNULL, 0};
H A Ded.chared.c898 if (KillRingLen > 0 && (dp = varval(STRkilldup)) != STRNULL) { in c_push_kill()
H A DFixes1477 82. Don't free STRNULL in freelex(). Update linked list in copylex() to
1583 15. STRNULL <-> NULL bug fixes.