Lines Matching refs:isprefix
228 if (isprefix(type, "help") || isprefix(type, "?")) {
247 if (isprefix(type, "help") || isprefix(type, "?")) {
257 if ((mode == 0) || (isprefix(mode, "input") ? 1 : 0)) {
263 if ((mode == 0) || (isprefix(mode, "output"))) {
282 if (isprefix(type, "help") || isprefix(type, "?")) {
292 if ((mode == 0) || isprefix(mode, "input")) {
297 if ((mode == 0) || isprefix(mode, "output")) {
314 if (isprefix(mode, "input"))
316 if (isprefix(mode, "output"))
318 if (isprefix(mode, "help") || isprefix(mode, "?")) {
362 if (isprefix(mode, "input"))
364 if (isprefix(mode, "output"))
366 if (isprefix(mode, "help") || isprefix(mode, "?")) {