uuu
uuu (Universal Update Utility), mfgtools 3.0
Loading...
Searching...
No Matches
autocomplete.cpp File Reference
#include <iostream>
#include <stdio.h>
#include <thread>
#include <atomic>
#include <iomanip>
#include <map>
#include <mutex>
#include <vector>
#include <sstream>
#include <fstream>
#include <stdarg.h>
#include <time.h>
#include <string.h>
#include <signal.h>
#include "buildincmd.h"
#include "../libuuu/libuuu.h"
#include <unistd.h>
#include <limits.h>

Functions

void linux_auto_arg (const char *space=" ", const char *filter="")
int linux_autocomplete_ls (const char *path, void *p)
void linux_autocomplete (int argc, char **argv)
string get_next_word (string str, size_t &pos)
void power_shell_autocomplete (const char *p)
int auto_complete (int argc, char **argv)
void print_autocomplete_help ()

Function Documentation

◆ auto_complete()

int auto_complete ( int argc,
char ** argv )

◆ get_next_word()

string get_next_word ( string str,
size_t & pos )

◆ linux_auto_arg()

void linux_auto_arg ( const char * space = " ",
const char * filter = "" )

◆ linux_autocomplete()

void linux_autocomplete ( int argc,
char ** argv )

◆ linux_autocomplete_ls()

int linux_autocomplete_ls ( const char * path,
void * p )

◆ power_shell_autocomplete()

void power_shell_autocomplete ( const char * p)

◆ print_autocomplete_help()

void print_autocomplete_help ( )