HomeSort by: relevance | last modified time | path
    Searched refs:bltinlookup (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/sh/bltin/
bltin.h 93 #define getenv(p) bltinlookup((p),0)
  /src/bin/sh/
var.h 148 char *bltinlookup(const char *, int);
cd.c 106 dest = bltinlookup("HOME", 1);
135 if (*cp == 0 || *cp == '/' || (path = bltinlookup("CDPATH", 1)) == NULL)
histedit.c 717 (editor = bltinlookup("FCEDIT", 1)) == NULL &&
718 (editor = bltinlookup("EDITOR", 1)) == NULL)
miscbltin.c 291 if ((ifs = bltinlookup("IFS", 1)) == NULL)
trap.c 179 if ((name = bltinlookup("COLUMNS", 1)) != NULL)
var.c 657 bltinlookup(const char *name, int doall) function in typeref:typename:char *

Completed in 81 milliseconds