Home
last modified time | relevance | path

Searched refs:smallarg (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/sh/
H A Dexpand.h37 char *smallarg[1]; member
H A Dexpand.c112 list->args = list->smallarg; in emptyarglist()
114 list->capacity = sizeof(list->smallarg) / sizeof(list->smallarg[0]); in emptyarglist()