Home | History | Annotate | Download | only in ksh

Lines Matching refs:EXTERN

138 EXTERN	struct table taliases;	/* tracked aliases */
139 EXTERN struct table builtins; /* built-in commands */
140 EXTERN struct table aliases; /* aliases */
141 EXTERN struct table keywords; /* keywords */
142 EXTERN struct table homedirs; /* homedir() cache */
150 extern const struct builtin shbuiltins [], kshbuiltins [];
176 EXTERN char *path; /* copy of either PATH or def_path */
177 EXTERN const char *def_path; /* path to use if PATH not set */
178 EXTERN char *tmpdir; /* TMPDIR value */
179 EXTERN const char *prompt;
180 EXTERN int cur_prompt; /* PS1 or PS2 */
181 EXTERN int current_lineno; /* LINENO value */